home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / ftp-gui.rdm < prev    next >
Text File  |  1996-02-22  |  2KB  |  63 lines

  1. Short:    Access internet in guide documents
  2. Uploader: mr.bjarnemo@mn.medstroms.se
  3. Type:     comm/tcp
  4.  
  5. This is an old idea i have thought about some time now, and i pushed
  6. myself to create these arexx scripts...
  7.  
  8. What they will do? Simply allow you to access internet in Amigaguide
  9. documents...
  10.  
  11. You can now send mail, access WWW pages and download/upload files just
  12. by pressing an button in a guide.
  13.  
  14. How does it work?
  15.  
  16. Ok, lets look at an example:
  17.  
  18. @{" buttontext " system "run >CON: sys:rexxc/rx MAIL name@address"}
  19.                                |    |            |       | 
  20.    Where text output should go '    |            |       ` The receivers
  21.    Disable it with >NIL:, make      |            |         email address
  22.    a logfile with something like    |            |
  23.    >ram:logfile.txt, let your       |            `- My arexx command.
  24.    amiga speak it with >SPEAK:      |
  25.    Use your imagination!            |
  26.                                     `- For some reason, you must supply the
  27.                                        complete path to the arexx RX command
  28.                                        here. 
  29.  
  30. MAIL - Send mail to anyone
  31.  
  32. WWW  - Access any http document using AMosaic. If AMosaic isn't loaded, it
  33.        will automatically be loaded.
  34.  
  35. FTPGET/
  36. FTPPUT - Get/put/ a file from any ftp host. For this to work, you must use
  37.          FTPMOUNT which you can find on Aminet. It will mount FTP as a part
  38.          of your filesystem. Anyway, if you don't give it any parameters, a
  39.          reqtools requester will appear.
  40.  
  41. For more information, check out the Example.GUIDE, it will explain
  42. everything for you... Or you could allways ask me for help!
  43.  
  44. Note that you SHOULD edit the preferences in each of the files. Otherwize it
  45. won't work. (Just load the scripts into an editor...)
  46.  
  47. REQUIREMENTS:
  48. #############
  49.  
  50. * AREXX (Naturally :-)
  51.  
  52. * A connection to internet with AmiTCP or similar...
  53.  
  54. * FTMount for FTP fileaccess... It allows you to access FTP sites like a
  55.   real part amigados filesystem.  (pub/aminet/comm/tcp/FTPMount.lha)
  56.  
  57. * Amosaic for WWW documents. (pub/aminet/comm/tcp/Mosaic1.2AmiTC.lha)
  58.  
  59. * Amiga ELM for direct EMAIL. (pub/aminet/comm/mail/AmigaElm-v8.lha)
  60.  
  61.  
  62. Christer Bjarnemo   mr.bjarnemo@mn.medstroms.se
  63.